Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / RemoveSubPlacement3Ds Method / RemoveSubPlacement3Ds(Placement3D[]) Method
3D placements removed from the 3D group and from the project.

In This Topic
    RemoveSubPlacement3Ds(Placement3D[]) Method
    In This Topic
    Removes Placement3Ds from the 3D group and from the project. The Placement3D objects passed into this method are no longer valid.
    Syntax
    public virtual void RemoveSubPlacement3Ds( 
       Placement3D[] placement3Ds
    )
    public:
    virtual void RemoveSubPlacement3Ds( 
       array<Placement3D^>^ placement3Ds
    ) 

    Parameters

    placement3Ds
    3D placements removed from the 3D group and from the project.
    See Also